Release 10.1A: OpenEdge Development:
Programming Interfaces


Writing C functions

Figure 18–4 shows the relationship between the PRODSP() dispatch routine that Progress supplies and your C functions.

Figure 18–4: Relationship between PRODSP() and your C functions

In general, your C functions can perform the following tasks:

Your C functions consist of functions called directly from PRODSP() (top-level functions), and functions called directly or indirectly from the top-level functions (subfunctions). All top-level functions must return control to Progress, regardless of the subfunctions called.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095